Enter a stdio command or sse/streamable url of a mcp server, view the tools, prompts...
uvx mcp-pandoc
Parameter | Type | Required | Description |
---|---|---|---|
contents | string | Optional | The content to be converted (required if input_file not provided) |
input_file | string | Optional | Complete path to input file including filename and extension (e.g., '/path/to/input.md') |
input_format | string | Optional | Source format of the content (defaults to markdown) Example: markdown |
output_format | string | Optional | Desired output format (defaults to markdown) Example: markdown |
output_file | string | Optional | Complete path where to save the output including filename and extension (required for pdf, docx, rst, latex, epub formats) |
reference_doc | string | Optional | Path to a reference document to use for styling (supported for docx output format) |
filters | array<string> | Optional | List of Pandoc filter paths to apply during conversion. Filters are applied in the order specified. |
defaults_file | string | Optional | Path to a Pandoc defaults file (YAML) containing conversion options. Similar to using pandoc -d option. |